home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xml / FlavorRegistry$7.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.0 KB  |  28 lines

  1. package com.extensibility.xml;
  2.  
  3. class FlavorRegistry$7 implements FlavorFactoryIntf {
  4.    // $FF: synthetic field
  5.    final String val$flavorName;
  6.    // $FF: synthetic field
  7.    final URI val$uri;
  8.    // $FF: synthetic field
  9.    final FlavorRegistry this$0;
  10.  
  11.    public SchemaFlavorIntf createFlavor(SchemaIntf var1) {
  12.       MetaSchemaFlavor var2 = new MetaSchemaFlavor(var1, this.val$flavorName);
  13.  
  14.       try {
  15.          var2.setMetaschema(this.val$uri);
  16.       } catch (Exception var4) {
  17.       }
  18.  
  19.       return var2;
  20.    }
  21.  
  22.    FlavorRegistry$7(String var1, URI var2, FlavorRegistry var3) {
  23.       this.val$flavorName = var1;
  24.       this.val$uri = var2;
  25.       this.this$0 = var3;
  26.    }
  27. }
  28.